PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / writeByte Method
Byte to write.
In This Topic
    writeByte Method
    In This Topic
    Writes the specified byte to the content stream.
    Syntax
    public void writeByte( 
       byte b
    )

    Parameters

    b
    Byte to write.
    See Also